←Select platform

RasterCommentMetadata Constructor(RasterCommentMetadataType,byte[])

Summary
Initializes a new instance of the RasterCommentMetadata class with the specified values.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal type As RasterCommentMetadataType, _ 
   ByVal data() As Byte _ 
) 
- (instancetype)initWithType:(LTRasterCommentMetadataType)type  
                        data:(nullable NSData *)data 
public RasterCommentMetadata( 
  RasterCommentMetadataType type,  
  byte[] data 
) 
public: 
RasterCommentMetadata(  
   RasterCommentMetadataType type, 
   array<byte>^ data 
) 

Parameters

type
The type of comment to create.

data
The data for the comment.

Example

For an example, refer to WriteComment.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.